3.1.68 \(\int \frac {\sqrt {d-c^2 d x^2} (a+b \cosh ^{-1}(c x))}{x} \, dx\) [68]

Optimal. Leaf size=213 \[ -\frac {b c x \sqrt {d-c^2 d x^2}}{\sqrt {-1+c x} \sqrt {1+c x}}+\sqrt {d-c^2 d x^2} \left (a+b \cosh ^{-1}(c x)\right )-\frac {2 \sqrt {d-c^2 d x^2} \left (a+b \cosh ^{-1}(c x)\right ) \text {ArcTan}\left (e^{\cosh ^{-1}(c x)}\right )}{\sqrt {-1+c x} \sqrt {1+c x}}+\frac {i b \sqrt {d-c^2 d x^2} \text {PolyLog}\left (2,-i e^{\cosh ^{-1}(c x)}\right )}{\sqrt {-1+c x} \sqrt {1+c x}}-\frac {i b \sqrt {d-c^2 d x^2} \text {PolyLog}\left (2,i e^{\cosh ^{-1}(c x)}\right )}{\sqrt {-1+c x} \sqrt {1+c x}} \]

[Out]

(a+b*arccosh(c*x))*(-c^2*d*x^2+d)^(1/2)-b*c*x*(-c^2*d*x^2+d)^(1/2)/(c*x-1)^(1/2)/(c*x+1)^(1/2)-2*(a+b*arccosh(
c*x))*arctan(c*x+(c*x-1)^(1/2)*(c*x+1)^(1/2))*(-c^2*d*x^2+d)^(1/2)/(c*x-1)^(1/2)/(c*x+1)^(1/2)+I*b*polylog(2,-
I*(c*x+(c*x-1)^(1/2)*(c*x+1)^(1/2)))*(-c^2*d*x^2+d)^(1/2)/(c*x-1)^(1/2)/(c*x+1)^(1/2)-I*b*polylog(2,I*(c*x+(c*
x-1)^(1/2)*(c*x+1)^(1/2)))*(-c^2*d*x^2+d)^(1/2)/(c*x-1)^(1/2)/(c*x+1)^(1/2)

________________________________________________________________________________________

Rubi [A]
time = 0.22, antiderivative size = 213, normalized size of antiderivative = 1.00, number of steps used = 8, number of rules used = 6, integrand size = 27, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.222, Rules used = {5926, 5947, 4265, 2317, 2438, 8} \begin {gather*} -\frac {2 \sqrt {d-c^2 d x^2} \text {ArcTan}\left (e^{\cosh ^{-1}(c x)}\right ) \left (a+b \cosh ^{-1}(c x)\right )}{\sqrt {c x-1} \sqrt {c x+1}}+\sqrt {d-c^2 d x^2} \left (a+b \cosh ^{-1}(c x)\right )+\frac {i b \sqrt {d-c^2 d x^2} \text {Li}_2\left (-i e^{\cosh ^{-1}(c x)}\right )}{\sqrt {c x-1} \sqrt {c x+1}}-\frac {i b \sqrt {d-c^2 d x^2} \text {Li}_2\left (i e^{\cosh ^{-1}(c x)}\right )}{\sqrt {c x-1} \sqrt {c x+1}}-\frac {b c x \sqrt {d-c^2 d x^2}}{\sqrt {c x-1} \sqrt {c x+1}} \end {gather*}

Antiderivative was successfully verified.

[In]

Int[(Sqrt[d - c^2*d*x^2]*(a + b*ArcCosh[c*x]))/x,x]

[Out]

-((b*c*x*Sqrt[d - c^2*d*x^2])/(Sqrt[-1 + c*x]*Sqrt[1 + c*x])) + Sqrt[d - c^2*d*x^2]*(a + b*ArcCosh[c*x]) - (2*
Sqrt[d - c^2*d*x^2]*(a + b*ArcCosh[c*x])*ArcTan[E^ArcCosh[c*x]])/(Sqrt[-1 + c*x]*Sqrt[1 + c*x]) + (I*b*Sqrt[d
- c^2*d*x^2]*PolyLog[2, (-I)*E^ArcCosh[c*x]])/(Sqrt[-1 + c*x]*Sqrt[1 + c*x]) - (I*b*Sqrt[d - c^2*d*x^2]*PolyLo
g[2, I*E^ArcCosh[c*x]])/(Sqrt[-1 + c*x]*Sqrt[1 + c*x])

Rule 8

Int[a_, x_Symbol] :> Simp[a*x, x] /; FreeQ[a, x]

Rule 2317

Int[Log[(a_) + (b_.)*((F_)^((e_.)*((c_.) + (d_.)*(x_))))^(n_.)], x_Symbol] :> Dist[1/(d*e*n*Log[F]), Subst[Int
[Log[a + b*x]/x, x], x, (F^(e*(c + d*x)))^n], x] /; FreeQ[{F, a, b, c, d, e, n}, x] && GtQ[a, 0]

Rule 2438

Int[Log[(c_.)*((d_) + (e_.)*(x_)^(n_.))]/(x_), x_Symbol] :> Simp[-PolyLog[2, (-c)*e*x^n]/n, x] /; FreeQ[{c, d,
 e, n}, x] && EqQ[c*d, 1]

Rule 4265

Int[csc[(e_.) + Pi*(k_.) + (Complex[0, fz_])*(f_.)*(x_)]*((c_.) + (d_.)*(x_))^(m_.), x_Symbol] :> Simp[-2*(c +
 d*x)^m*(ArcTanh[E^((-I)*e + f*fz*x)/E^(I*k*Pi)]/(f*fz*I)), x] + (-Dist[d*(m/(f*fz*I)), Int[(c + d*x)^(m - 1)*
Log[1 - E^((-I)*e + f*fz*x)/E^(I*k*Pi)], x], x] + Dist[d*(m/(f*fz*I)), Int[(c + d*x)^(m - 1)*Log[1 + E^((-I)*e
 + f*fz*x)/E^(I*k*Pi)], x], x]) /; FreeQ[{c, d, e, f, fz}, x] && IntegerQ[2*k] && IGtQ[m, 0]

Rule 5926

Int[((a_.) + ArcCosh[(c_.)*(x_)]*(b_.))^(n_.)*((f_.)*(x_))^(m_)*Sqrt[(d_) + (e_.)*(x_)^2], x_Symbol] :> Simp[(
f*x)^(m + 1)*Sqrt[d + e*x^2]*((a + b*ArcCosh[c*x])^n/(f*(m + 2))), x] + (-Dist[(1/(m + 2))*Simp[Sqrt[d + e*x^2
]/(Sqrt[1 + c*x]*Sqrt[-1 + c*x])], Int[(f*x)^m*((a + b*ArcCosh[c*x])^n/(Sqrt[1 + c*x]*Sqrt[-1 + c*x])), x], x]
 - Dist[b*c*(n/(f*(m + 2)))*Simp[Sqrt[d + e*x^2]/(Sqrt[1 + c*x]*Sqrt[-1 + c*x])], Int[(f*x)^(m + 1)*(a + b*Arc
Cosh[c*x])^(n - 1), x], x]) /; FreeQ[{a, b, c, d, e, f, m}, x] && EqQ[c^2*d + e, 0] && IGtQ[n, 0] && (IGtQ[m,
-2] || EqQ[n, 1])

Rule 5947

Int[(((a_.) + ArcCosh[(c_.)*(x_)]*(b_.))^(n_.)*(x_)^(m_))/(Sqrt[(d1_) + (e1_.)*(x_)]*Sqrt[(d2_) + (e2_.)*(x_)]
), x_Symbol] :> Dist[(1/c^(m + 1))*Simp[Sqrt[1 + c*x]/Sqrt[d1 + e1*x]]*Simp[Sqrt[-1 + c*x]/Sqrt[d2 + e2*x]], S
ubst[Int[(a + b*x)^n*Cosh[x]^m, x], x, ArcCosh[c*x]], x] /; FreeQ[{a, b, c, d1, e1, d2, e2}, x] && EqQ[e1, c*d
1] && EqQ[e2, (-c)*d2] && IGtQ[n, 0] && IntegerQ[m]

Rubi steps

\begin {align*} \int \frac {\sqrt {d-c^2 d x^2} \left (a+b \cosh ^{-1}(c x)\right )}{x} \, dx &=\frac {\sqrt {d-c^2 d x^2} \int \frac {\sqrt {-1+c x} \sqrt {1+c x} \left (a+b \cosh ^{-1}(c x)\right )}{x} \, dx}{\sqrt {-1+c x} \sqrt {1+c x}}\\ &=\sqrt {d-c^2 d x^2} \left (a+b \cosh ^{-1}(c x)\right )-\frac {\sqrt {d-c^2 d x^2} \int \frac {a+b \cosh ^{-1}(c x)}{x \sqrt {-1+c x} \sqrt {1+c x}} \, dx}{\sqrt {-1+c x} \sqrt {1+c x}}-\frac {\left (b c \sqrt {d-c^2 d x^2}\right ) \int 1 \, dx}{\sqrt {-1+c x} \sqrt {1+c x}}\\ &=-\frac {b c x \sqrt {d-c^2 d x^2}}{\sqrt {-1+c x} \sqrt {1+c x}}+\sqrt {d-c^2 d x^2} \left (a+b \cosh ^{-1}(c x)\right )-\frac {\sqrt {d-c^2 d x^2} \text {Subst}\left (\int (a+b x) \text {sech}(x) \, dx,x,\cosh ^{-1}(c x)\right )}{\sqrt {-1+c x} \sqrt {1+c x}}\\ &=-\frac {b c x \sqrt {d-c^2 d x^2}}{\sqrt {-1+c x} \sqrt {1+c x}}+\sqrt {d-c^2 d x^2} \left (a+b \cosh ^{-1}(c x)\right )-\frac {2 \sqrt {d-c^2 d x^2} \left (a+b \cosh ^{-1}(c x)\right ) \tan ^{-1}\left (e^{\cosh ^{-1}(c x)}\right )}{\sqrt {-1+c x} \sqrt {1+c x}}+\frac {\left (i b \sqrt {d-c^2 d x^2}\right ) \text {Subst}\left (\int \log \left (1-i e^x\right ) \, dx,x,\cosh ^{-1}(c x)\right )}{\sqrt {-1+c x} \sqrt {1+c x}}-\frac {\left (i b \sqrt {d-c^2 d x^2}\right ) \text {Subst}\left (\int \log \left (1+i e^x\right ) \, dx,x,\cosh ^{-1}(c x)\right )}{\sqrt {-1+c x} \sqrt {1+c x}}\\ &=-\frac {b c x \sqrt {d-c^2 d x^2}}{\sqrt {-1+c x} \sqrt {1+c x}}+\sqrt {d-c^2 d x^2} \left (a+b \cosh ^{-1}(c x)\right )-\frac {2 \sqrt {d-c^2 d x^2} \left (a+b \cosh ^{-1}(c x)\right ) \tan ^{-1}\left (e^{\cosh ^{-1}(c x)}\right )}{\sqrt {-1+c x} \sqrt {1+c x}}+\frac {\left (i b \sqrt {d-c^2 d x^2}\right ) \text {Subst}\left (\int \frac {\log (1-i x)}{x} \, dx,x,e^{\cosh ^{-1}(c x)}\right )}{\sqrt {-1+c x} \sqrt {1+c x}}-\frac {\left (i b \sqrt {d-c^2 d x^2}\right ) \text {Subst}\left (\int \frac {\log (1+i x)}{x} \, dx,x,e^{\cosh ^{-1}(c x)}\right )}{\sqrt {-1+c x} \sqrt {1+c x}}\\ &=-\frac {b c x \sqrt {d-c^2 d x^2}}{\sqrt {-1+c x} \sqrt {1+c x}}+\sqrt {d-c^2 d x^2} \left (a+b \cosh ^{-1}(c x)\right )-\frac {2 \sqrt {d-c^2 d x^2} \left (a+b \cosh ^{-1}(c x)\right ) \tan ^{-1}\left (e^{\cosh ^{-1}(c x)}\right )}{\sqrt {-1+c x} \sqrt {1+c x}}+\frac {i b \sqrt {d-c^2 d x^2} \text {Li}_2\left (-i e^{\cosh ^{-1}(c x)}\right )}{\sqrt {-1+c x} \sqrt {1+c x}}-\frac {i b \sqrt {d-c^2 d x^2} \text {Li}_2\left (i e^{\cosh ^{-1}(c x)}\right )}{\sqrt {-1+c x} \sqrt {1+c x}}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]
time = 0.58, size = 233, normalized size = 1.09 \begin {gather*} a \sqrt {d-c^2 d x^2}+a \sqrt {d} \log (x)-a \sqrt {d} \log \left (d+\sqrt {d} \sqrt {d-c^2 d x^2}\right )+\frac {b \sqrt {d-c^2 d x^2} \left (-c x+\sqrt {\frac {-1+c x}{1+c x}} \cosh ^{-1}(c x)+c x \sqrt {\frac {-1+c x}{1+c x}} \cosh ^{-1}(c x)+i \cosh ^{-1}(c x) \log \left (1-i e^{-\cosh ^{-1}(c x)}\right )-i \cosh ^{-1}(c x) \log \left (1+i e^{-\cosh ^{-1}(c x)}\right )+i \text {PolyLog}\left (2,-i e^{-\cosh ^{-1}(c x)}\right )-i \text {PolyLog}\left (2,i e^{-\cosh ^{-1}(c x)}\right )\right )}{\sqrt {\frac {-1+c x}{1+c x}} (1+c x)} \end {gather*}

Warning: Unable to verify antiderivative.

[In]

Integrate[(Sqrt[d - c^2*d*x^2]*(a + b*ArcCosh[c*x]))/x,x]

[Out]

a*Sqrt[d - c^2*d*x^2] + a*Sqrt[d]*Log[x] - a*Sqrt[d]*Log[d + Sqrt[d]*Sqrt[d - c^2*d*x^2]] + (b*Sqrt[d - c^2*d*
x^2]*(-(c*x) + Sqrt[(-1 + c*x)/(1 + c*x)]*ArcCosh[c*x] + c*x*Sqrt[(-1 + c*x)/(1 + c*x)]*ArcCosh[c*x] + I*ArcCo
sh[c*x]*Log[1 - I/E^ArcCosh[c*x]] - I*ArcCosh[c*x]*Log[1 + I/E^ArcCosh[c*x]] + I*PolyLog[2, (-I)/E^ArcCosh[c*x
]] - I*PolyLog[2, I/E^ArcCosh[c*x]]))/(Sqrt[(-1 + c*x)/(1 + c*x)]*(1 + c*x))

________________________________________________________________________________________

Maple [A]
time = 3.72, size = 394, normalized size = 1.85

method result size
default \(-\sqrt {d}\, \ln \left (\frac {2 d +2 \sqrt {d}\, \sqrt {-c^{2} d \,x^{2}+d}}{x}\right ) a +a \sqrt {-c^{2} d \,x^{2}+d}+\frac {b \sqrt {-d \left (c^{2} x^{2}-1\right )}\, \mathrm {arccosh}\left (c x \right ) x^{2} c^{2}}{\left (c x +1\right ) \left (c x -1\right )}-\frac {b \sqrt {-d \left (c^{2} x^{2}-1\right )}\, x c}{\sqrt {c x +1}\, \sqrt {c x -1}}-\frac {b \sqrt {-d \left (c^{2} x^{2}-1\right )}\, \mathrm {arccosh}\left (c x \right )}{\left (c x +1\right ) \left (c x -1\right )}+\frac {i b \sqrt {-d \left (c^{2} x^{2}-1\right )}\, \mathrm {arccosh}\left (c x \right ) \ln \left (1+i \left (c x +\sqrt {c x -1}\, \sqrt {c x +1}\right )\right )}{\sqrt {c x -1}\, \sqrt {c x +1}}-\frac {i b \sqrt {-d \left (c^{2} x^{2}-1\right )}\, \mathrm {arccosh}\left (c x \right ) \ln \left (1-i \left (c x +\sqrt {c x -1}\, \sqrt {c x +1}\right )\right )}{\sqrt {c x -1}\, \sqrt {c x +1}}+\frac {i b \sqrt {-d \left (c^{2} x^{2}-1\right )}\, \dilog \left (1+i \left (c x +\sqrt {c x -1}\, \sqrt {c x +1}\right )\right )}{\sqrt {c x -1}\, \sqrt {c x +1}}-\frac {i b \sqrt {-d \left (c^{2} x^{2}-1\right )}\, \dilog \left (1-i \left (c x +\sqrt {c x -1}\, \sqrt {c x +1}\right )\right )}{\sqrt {c x -1}\, \sqrt {c x +1}}\) \(394\)

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((a+b*arccosh(c*x))*(-c^2*d*x^2+d)^(1/2)/x,x,method=_RETURNVERBOSE)

[Out]

-d^(1/2)*ln((2*d+2*d^(1/2)*(-c^2*d*x^2+d)^(1/2))/x)*a+a*(-c^2*d*x^2+d)^(1/2)+b*(-d*(c^2*x^2-1))^(1/2)/(c*x+1)/
(c*x-1)*arccosh(c*x)*x^2*c^2-b*(-d*(c^2*x^2-1))^(1/2)/(c*x+1)^(1/2)/(c*x-1)^(1/2)*x*c-b*(-d*(c^2*x^2-1))^(1/2)
/(c*x+1)/(c*x-1)*arccosh(c*x)+I*b*(-d*(c^2*x^2-1))^(1/2)/(c*x-1)^(1/2)/(c*x+1)^(1/2)*arccosh(c*x)*ln(1+I*(c*x+
(c*x-1)^(1/2)*(c*x+1)^(1/2)))-I*b*(-d*(c^2*x^2-1))^(1/2)/(c*x-1)^(1/2)/(c*x+1)^(1/2)*arccosh(c*x)*ln(1-I*(c*x+
(c*x-1)^(1/2)*(c*x+1)^(1/2)))+I*b*(-d*(c^2*x^2-1))^(1/2)/(c*x-1)^(1/2)/(c*x+1)^(1/2)*dilog(1+I*(c*x+(c*x-1)^(1
/2)*(c*x+1)^(1/2)))-I*b*(-d*(c^2*x^2-1))^(1/2)/(c*x-1)^(1/2)/(c*x+1)^(1/2)*dilog(1-I*(c*x+(c*x-1)^(1/2)*(c*x+1
)^(1/2)))

________________________________________________________________________________________

Maxima [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {Failed to integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((a+b*arccosh(c*x))*(-c^2*d*x^2+d)^(1/2)/x,x, algorithm="maxima")

[Out]

-(sqrt(d)*log(2*sqrt(-c^2*d*x^2 + d)*sqrt(d)/abs(x) + 2*d/abs(x)) - sqrt(-c^2*d*x^2 + d))*a + b*integrate(sqrt
(-c^2*d*x^2 + d)*log(c*x + sqrt(c*x + 1)*sqrt(c*x - 1))/x, x)

________________________________________________________________________________________

Fricas [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {could not integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((a+b*arccosh(c*x))*(-c^2*d*x^2+d)^(1/2)/x,x, algorithm="fricas")

[Out]

integral(sqrt(-c^2*d*x^2 + d)*(b*arccosh(c*x) + a)/x, x)

________________________________________________________________________________________

Sympy [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \int \frac {\sqrt {- d \left (c x - 1\right ) \left (c x + 1\right )} \left (a + b \operatorname {acosh}{\left (c x \right )}\right )}{x}\, dx \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((a+b*acosh(c*x))*(-c**2*d*x**2+d)**(1/2)/x,x)

[Out]

Integral(sqrt(-d*(c*x - 1)*(c*x + 1))*(a + b*acosh(c*x))/x, x)

________________________________________________________________________________________

Giac [F(-2)]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {Exception raised: TypeError} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((a+b*arccosh(c*x))*(-c^2*d*x^2+d)^(1/2)/x,x, algorithm="giac")

[Out]

Exception raised: TypeError >> An error occurred running a Giac command:INPUT:sage2:=int(sage0,sageVARx):;OUTP
UT:sym2poly/r2sym(const gen & e,const index_m & i,const vecteur & l) Error: Bad Argument Value

________________________________________________________________________________________

Mupad [F]
time = 0.00, size = -1, normalized size = -0.00 \begin {gather*} \int \frac {\left (a+b\,\mathrm {acosh}\left (c\,x\right )\right )\,\sqrt {d-c^2\,d\,x^2}}{x} \,d x \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(((a + b*acosh(c*x))*(d - c^2*d*x^2)^(1/2))/x,x)

[Out]

int(((a + b*acosh(c*x))*(d - c^2*d*x^2)^(1/2))/x, x)

________________________________________________________________________________________